home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / amos / AMOS1097.lzh / AMOSLIST / 000050_amos-request@svcs1.digex.net_Fri Oct 3 15:10:00 1997.msg < prev    next >
Internet Message Format  |  1997-11-02  |  4KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id PAA14912
  3.     for <mcox@access.digex.net>; Fri, 3 Oct 1997 15:09:58 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id KAA13353
  6.     for amos-out; Fri, 3 Oct 1997 10:33:01 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id KAA13348
  9.     for <amos-list@svcs1.digex.net>; Fri, 3 Oct 1997 10:33:00 -0400 (EDT)
  10. Received: from relay2.inet.tele.dk (relay2.inet.tele.dk [194.182.149.120])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with SMTP id KAA21547
  12.     for <amos-list@access.digex.net>; Fri, 3 Oct 1997 10:32:58 -0400 (EDT)
  13. Received: (qmail 54154 invoked from network); 3 Oct 1997 14:32:51 -0000
  14. Received: from post8.tele.dk (194.239.134.172)
  15.   by relay2.inet.tele.dk with SMTP; 3 Oct 1997 14:32:51 -0000
  16. Received: from post8.tele.dk ([194.239.180.85]) by post8.tele.dk
  17.           (Netscape Mail Server v2.02) with SMTP id AAA40966;
  18.           Fri, 3 Oct 1997 16:32:48 +0200
  19. From: Jens Vang Petersen <top_cat@post8.tele.dk>
  20. To: Peter Falkesand <peter.falkesand@vux.alingsas.se>
  21. CC: amos-list@access.digex.net
  22. Date: Fri, 03 Oct 1997 16:11:34 +0100
  23. Message-ID: <yam7215.1723.1747442928@post8.tele.dk>
  24. In-Reply-To: <199710021622.SAA29633@vux.alingsas.se>
  25. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  26. Subject: Re: Dec To Hex
  27. MIME-Version: 1.0
  28. Content-Type: text/plain
  29. Status: O
  30. X-Status: 
  31.  
  32. On 02-Okt-97, Peter Falkesand smashed the keyboard with:
  33. >Hi All..
  34.  
  35. Hello
  36.  
  37.  
  38. >Now i have a question for all of ya AMOS freaks out there!!!
  39.  
  40. Who ME ?? :-))
  41.  
  42.  
  43. >Is there some good extension that converts Dec to Hex ???
  44. >I know AMOS has one of it self but i doesn't like it.
  45. >A$=Hex$(50) give me the answer $32
  46. >But i doesn't want the $-sign in the value.. 
  47.  
  48. Use:
  49. A$=Hex$(50)-"$"
  50. or:
  51. A$=Mid$(Hex$(50),2)
  52.  
  53. >How do i copy a section of memory Ex.(175760-1788332) to
  54. >section (278544-281616)????
  55.  
  56. I haven't checked it, but something like:
  57. Copy Start_of_Source,End_of_Sorce to Start_of_Dest
  58. (Be sure that you've got enough memory at Dest or crash..)
  59.  
  60.  
  61. >And now to my second problem!
  62. >If i load a hiscore with 
  63. >Bload"bla:bla.blascore",5
  64. >and a second one with
  65. >Bload"bla:bla.blascore2",6
  66.  
  67. >how do i merge them into one hiscore??
  68.  
  69. >with the highest first etc..
  70. >(i only need a type of sort routine or ???)
  71.  
  72. Uhh, reserve a new bank with enough room to hold both lists, then sort 'em
  73. out and put 'em in using the order you'd like, an easy high-hunter should
  74. be enough as I don't expect you've got that many to remember, and to make
  75. very advanced binary sorting on that is a waste of time.. (High-hunt= run
  76. down the list to find the highest value, store that, then run down again
  77. the find the second, and so on)
  78.  
  79. >Happy to get answers..
  80.  
  81. Happy to give answers..
  82. -- 
  83. Happy greetings, Yours..
  84. __________________________________________________________________________
  85.  /_  __/ __  / __  /\  ___\  __ \__  _\           aka. JENS VANG PETERSEN
  86.   / / / /_/ / ____/  \ \___\  __ \ \ \  Nyvej 8, DK-4450 Jyderup, Denmark
  87.  /_/ /_____/_/        \_____\_\ \_\ \_\             top_cat@post8.tele.dk
  88. --------------------------------------------------------------------------
  89.  Never forget the 'Queen Of Hearts', Diana, Princess Of Wales, 1961->1997
  90. --------------------------------------------------------------------------
  91.